home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr38 / usurp008.zip / SYSOP.DOC < prev    next >
Text File  |  1995-02-10  |  8KB  |  230 lines

  1.  
  2.  ******************************************************
  3.  **** Usurper 0.08 - 95-01-20- Sysop Documentation ****
  4.  ******************************************************
  5.  
  6. (Copyright 1993-1995 Jakob Dangården and JAS Software, All Rights Reserved)
  7.                             
  8. [*** This file is also available in German, see --> German.doc ***]
  9.  
  10.  
  11. Disclaimer
  12. ----------
  13. The Usurper Door is distributed without warranty.
  14. In no case shall I be held responsible for any damages or losses
  15. resulting from you running this software. By running this program
  16. you have agreed to take responsibility for any problems that may result.
  17. If you do not agree to this, don't run the program.  
  18.  
  19.  
  20.  ***************************
  21.  **** What is Usurper ? ****
  22.  ***************************
  23.  
  24. Usurper is a ANSI/ASCII doorgame which requires approximately 230k of free
  25. memory to run.
  26.  
  27. Usurper is a fastpaced doorgame which only has one purpose :
  28. to give its players a moment of joy and relaxation. It only
  29. takes a couple of minutes to play each day, it's easy to understand
  30. and the gameplay is straightforward. Get bigger, meaner and stronger.
  31. The settings are a fantasy scenario inhabited with
  32. different races and creatures. The game can be completed when
  33. a player reaches the darkest dungeon at the bottom of the big
  34. mountain. He then gets immortalized. However, players can also
  35. struggle for earthly power. They can form teams who fight eachother
  36. for gangland. Computer characters can also be sworn into the teams.
  37. characters can be played good or bad with different results and
  38. races have their own special abilities and weapons. 
  39.  
  40. WARNING! Usurper sometimes confront the players with brutal violence,
  41. sex and drugs. IF you feel offended, have any doubts or objections :
  42. don't run this door! If you like parts of the game but don't want the
  43. nasty ones, You can turn off the asocial features with the
  44. configuration program. 
  45.                             
  46.  
  47.  **********************
  48.  **** Installation ****
  49.  **********************
  50.  
  51. Make a subdirectory called USURPER or something.
  52. Unzip all files in the Usurper.zip archive to this
  53. directory. Usurper currently works with the DOOR.SYS or
  54. DORINFOX.DEF (where X is the node) dropfiles. If your board isn't supported
  55. you can also use one of the many doorconverters like Doormaster
  56. to convert your dropfile to DOOR.SYS or DORINFOX.DEF.
  57.  
  58. The next thing you must do is to run the EDITOR.EXE
  59. program. Choose the [G]ame Reset option and all the
  60. necessary datafiles will be created. You are then suggested
  61. to create a configuration file. You can do this by using a normal
  62. texteditor, or by using the Usurper Editors internal editor
  63. (I recommend the latter).
  64.  
  65. Thats it! Now you can try to run Usurper.Exe /L, and see
  66. that everything works.
  67. Maintenance takes place automatically when needed.
  68.  
  69.  
  70. Multinode / Network environment
  71. -------------------------------                                 
  72. Filelocking is autodetected by detecting the presence of DOS's
  73. SHARE.EXE program which allows sharing of files by different nodes.
  74. If SHARE is detected the door assumes you are running a multinode BBS
  75. and locks/unlocks its files as needed. There may be a brief delay if 2
  76. or more nodes are running the door.
  77.  
  78. BATCH FILE EXAMPLE FOR USURPER
  79.   This is a sample of a batch file to be used
  80.   in a multinode Setup
  81.   %1 is the Node Number which must be passed to the
  82.   batch file from the BBS software
  83.   (RemoteAccess BBS uses the *N switch to pass the correct nodenumber)
  84. !! Remember that if you use several nodes Usurper will look for
  85. !! dorinfoX.def, with X being the number supplied as command line
  86. !! parameter: USURPER 3 {usurper will look for DORINFO3.DEF}
  87. !! Systems that only produces DORINFO1.DEF must rename their files
  88. !! accordingly.      
  89.  
  90.                 
  91.   *** Batch file example START ***    
  92.             
  93. COPY DORINFO1.DEF DORINFO%1.DEF
  94. CD \RA\DOORS\USURPER   
  95. if %1 == 1 Goto Node1
  96. if %1 == 2 Goto Node2
  97. if %1 == 3 Goto Node3
  98. Goto End
  99.  
  100. :Node1
  101. USURPER 1 /P:C\RA\NODE1\
  102. Goto End
  103.  
  104. :Node2
  105. USURPER 2 /P:C\RA\NODE2\
  106. Goto End
  107.  
  108. :Node3
  109. USURPER 3 /P:C\RA\NODE3\
  110.  
  111. :End
  112.     *** Batch file example END ***                
  113.  
  114. NOTE! Look at the sample file included : MULTI.BAT 
  115.  
  116.                             
  117. The /P switch overrides the dropfile path in Usurper.cfg
  118. Example : Usurper /P:C:\RA\NODE2\
  119. Forces Usurper to read dropfile from the path given on the command line.
  120.  
  121.  ****************************                                           
  122.  *** Command Line Options ***
  123.  ****************************
  124.                                 
  125. To force Usurper to use a specific Node invoke its number on the
  126. command line :
  127.  Usurper 1 (for Usurper using node 1)
  128.  Usurper 2 (for Usurper using node 2)
  129.     
  130. By default Usurper don't load itself into EMS memory. If you want to take
  131. advantage of the faster EMS memory then invoke /EMS on the command line :
  132.  Usurper /EMS
  133.                     
  134. For local login invoke /L on the command line :
  135.  Usurper /L 
  136.                         
  137. For Forced Maintenance invoke /M on the command line :
  138.  Usurper /M
  139.  
  140. To force Usurper to create Score Files (defined with the Editor) :
  141.  Usurper /Scores
  142.  
  143. To remove Output buffering : (by default Buffering is ON)
  144.  Usurper /NoBuffers
  145.  
  146. To remove the Statusbar at the bottom of the screen :
  147.  Usurper /NOSTAT
  148. (this will speed up screen operations a bit)
  149.  
  150. If you would like to override the dropfile path in Usurper.cfg then
  151. you can use : /P:{path to dropfile}
  152. This can be useful when running the game in a multinode environment.
  153. Example : Usurper /P:C:\RA\NODE2\
  154.  
  155. To make Usurper create a debug logfile you can use '/DEBUG' :
  156.  Usurper /Debug
  157.  This can asssist you in tracking down your problems with Usurper.
  158.  A logfile will be created under the name : DebugNNN.jpd, where NNN is
  159.  the node active (DEBUG001.JPD for node 1, DEBUG002 for node 2...).
  160.  
  161. To prevent Usurper from displaying anything on the local console use :
  162.  Usurper.exe /SnoopOff
  163.   
  164.  
  165.  *** Files Created By Usurper ***
  166.  
  167. Usurper also creates some standard ASCII/textfiles that
  168. you might want to display outside the door :
  169.  
  170. NEWS.DAT   -> Newsfile of the daily happenings.  
  171. YNEWS.DAT  -> Yesterdays newsfile.
  172. FAME.DAT   -> The heros who made it!
  173.  
  174. With the Editor.exe program you can also configure Usurper to
  175. create different ANSI/ASCII scorefiles. Don't forget that you must
  176. specify both path and filename in this procedure.
  177.  
  178. Alt-C enters chatmode.
  179. Alt-J shells out to DOS
  180. Alt-S toggles statusbar at bottom of screen
  181. Arrow Up key   increases the users time with 1 minute
  182. Arrow Down key decreases the users time with 1 minute
  183. F1-F4 toggles between the different status bars
  184. F10 - turns the status bar off.
  185.  
  186. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  187. !! Always read the WHATS.NEW file for the latest news !!
  188. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  189.  
  190. Latest version of Usurper can always be reached from my BBS:
  191. Silent Service, Fidonet (2:201/232)
  192. BBS number : +46-8-6442983
  193. FileRequests (FREQ:s) can be made under the magic name : 'USURPER'.
  194. New versions will also be hatched into the DDS net (So you won't
  195. need to call Sweden for the latest version).
  196.  
  197.  
  198.  **********************************
  199.  **** Registration Information ****
  200.  **********************************
  201.  
  202. The registration fee for Usurper is currently 20$ (Us Dollars),
  203. 150 SEK (swedish crowns), 26 Canadien dollars or 30 Australian
  204. dollars.
  205. This fee will give you a registration number, which will
  206. turn your Usurper game into a fully functional game. You will never
  207. have to reregister Usurper. Your code will work with all future versions.
  208.  
  209.  
  210.  *******************************                                                                                        
  211.  **** Registration Benefits ****
  212.  *******************************
  213.  
  214.  * Access to several special places in the game.
  215.  * Player Editor
  216.  * NPC Editor (create your own computer controlled characters)
  217.  * Level Editor (set your own levels)
  218.  * Object Editor (create your own objects, or change the existing ones)
  219.  * Monster Editor (create the monsters you like. Decide their strength,
  220.            equipment and much more)                                      
  221.  * Doorguard Editor (create your favourite nasties to guard the Inn) 
  222.  * Players can go beyond the 90th dungeon level 
  223.  * The game can be completed 
  224.  
  225. (I apologize for misspellings in game & docs. However, English is NOT
  226.  my native language)
  227.  
  228.  
  229. Have Fun!
  230.